derive/impl Debug for a few data structures
authorSiddharth Agarwal <sid0@fb.com>
Mon, 31 Jul 2017 16:38:43 +0000 (09:38 -0700)
committerSiddharth Agarwal <sid0@fb.com>
Mon, 31 Jul 2017 17:09:40 +0000 (10:09 -0700)
commit876af7c1d66637caf0141446e746e73708e53fe7
tree665a9d28799b921e8aa6be1bd4e04fe645fa4cbf
parent88d15f9885aa3c37ad619f723ea29549601d8dfc
derive/impl Debug for a few data structures

I found this to be extremely useful while trying to write a wrapper on
top of cargo.
src/cargo/core/shell.rs
src/cargo/ops/cargo_compile.rs
src/cargo/util/config.rs
src/cargo/util/lazy_cell.rs
src/cargo/util/rustc.rs